home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1325 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news.intellinet.com!usenet
  2. From: RobertC@ProDentec.com (Robert Christian)
  3. Newsgroups: comp.os.ms-windows.programmer.tools.mfc,comp.lang.c++
  4. Subject: Re: Q: Dockable windows with tabs in MFC?
  5. Date: Wed, 10 Jan 1996 13:37:53 GMT
  6. Organization: IntelliNet-ISP, LLC. 1-800-290-7677
  7. Message-ID: <4d0f92$5v3@zeus.intellinet.com>
  8. References: <4crfes$2qu@nms.telepost.no> <30F25A5E.31EC@us.oracle.com>
  9. NNTP-Posting-Host: 204.214.231.9
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Norman Scroggins <nscroggi@us.oracle.com> wrote:
  13.  
  14. >Stian Barkbu wrote:
  15. >> 
  16. >> I am trying to create a dockable property sheet (tabbed
  17. >> dialog), much like the project workspace in MSVC++ 4.0. Is
  18. >> this possible at all?
  19. >> 
  20. >> I have managed to create a tabbed dialog box using the
  21. >> CPropertySheet and CPropertyPage classes (or a TabCtrl), and I
  22. >> can get a dockable window using CDialogBar. But, a dockable
  23. >> window with a tab control seems impossible ( or, at least none
  24. >> of my efforts have been successful so far).
  25. >> Can anyone help me with this one?
  26. >> 
  27. >> Thanks.
  28. >> 
  29. >> Stian
  30. >> snba@sesam.dnv.no
  31.  
  32. >I myself have been trying to get some help doing this--with
  33. >the added twist of having the tabs oriented on the bottom
  34. >instead of the top.  Let's keep each other updated on a
  35. >solution. Thanks.
  36.  
  37. >--Norm
  38.  
  39. I'm not certain, but it appears to me that Microsoft is actually
  40. performing somewhat of a trick.  I don't think they are using property
  41. pages, but rather a tab control placed under a tree control.  When you
  42. select a tab, they hide one tree control and display another...maybe.
  43.  
  44. Robert Christian
  45.  
  46.